Fix next-line-completion for multi-line completions
authorSpencer Baugh <sbaugh@janestreet.com>
Wed, 24 Jan 2024 15:52:40 +0000 (10:52 -0500)
committerJuri Linkov <juri@linkov.net>
Thu, 25 Jan 2024 07:48:20 +0000 (09:48 +0200)
commit28c9c7cf464c87e90567f8b0e04f854163aa6187
tree86dc36f5800f2f2dae09f64b205a9e8013f58f26
parent1ba8d1c43702cf8ddd5d7159401d7b3ebc51f4fe
Fix next-line-completion for multi-line completions

Previously it would not move out of a multi-line completion, and now it will.

* lisp/simple.el (next-line-completion): Move to the completion start
or end before going forward or backward lines.  (bug#68688)
lisp/simple.el
test/lisp/minibuffer-tests.el